
Command Line: diskspd.exe -c10G -t2 -d60 -o1 -b64k -r -Suw -L -w20 test.dat

Input parameters:

	timespan:   1
	-------------
	duration: 60s
	warm up time: 5s
	cool down time: 0s
	measuring latency
	random seed: 0
	path: 'test.dat'
		think time: 0ms
		burst size: 0
		software cache disabled
		hardware write cache disabled, writethrough on
		performing mix test (read/write ratio: 80/20)
		block size: 65536
		using random I/O (alignment: 65536)
		number of outstanding I/O operations: 1
		thread stride size: 0
		threads per file: 2
		IO priority: normal



Results for timespan 1:
*******************************************************************************

actual test time:	60.01s
thread count:		2
proc count:		2

CPU |  Usage |  User  |  Kernel |  Idle
-------------------------------------------
   0|   1.74%|   0.16%|    1.59%|  98.27%
   1|   0.96%|   0.21%|    0.76%|  99.05%
-------------------------------------------
avg.|   1.35%|   0.18%|    1.17%|  98.66%

Total IO
thread |       bytes     |     I/Os     |     MB/s   |  I/O per s |  AvgLat  | LatStdDev |  file
-----------------------------------------------------------------------------------------------------
     0 |       917569536 |        14001 |      14.58 |     233.32 |    4.279 |    27.661 | test.dat (10240MB)
     1 |       907804672 |        13852 |      14.43 |     230.83 |    4.324 |    27.595 | test.dat (10240MB)
-----------------------------------------------------------------------------------------------------
total:        1825374208 |        27853 |      29.01 |     464.15 |    4.301 |    27.628

Read IO
thread |       bytes     |     I/Os     |     MB/s   |  I/O per s |  AvgLat  | LatStdDev |  file
-----------------------------------------------------------------------------------------------------
     0 |       732037120 |        11170 |      11.63 |     186.14 |    3.081 |    16.968 | test.dat (10240MB)
     1 |       725155840 |        11065 |      11.52 |     184.39 |    3.144 |    16.982 | test.dat (10240MB)
-----------------------------------------------------------------------------------------------------
total:        1457192960 |        22235 |      23.16 |     370.53 |    3.112 |    16.975

Write IO
thread |       bytes     |     I/Os     |     MB/s   |  I/O per s |  AvgLat  | LatStdDev |  file
-----------------------------------------------------------------------------------------------------
     0 |       185532416 |         2831 |       2.95 |      47.18 |    9.006 |    51.187 | test.dat (10240MB)
     1 |       182648832 |         2787 |       2.90 |      46.44 |    9.009 |    51.111 | test.dat (10240MB)
-----------------------------------------------------------------------------------------------------
total:         368181248 |         5618 |       5.85 |      93.62 |    9.008 |    51.149


  %-ile |  Read (ms) | Write (ms) | Total (ms)
----------------------------------------------
    min |      0.065 |      0.074 |      0.065
   25th |      0.165 |      0.174 |      0.166
   50th |      0.217 |      0.232 |      0.219
   75th |      2.996 |      2.041 |      2.127
   90th |      7.222 |      2.478 |      6.738
   95th |      8.538 |      3.393 |      8.415
   99th |     22.943 |    339.662 |     42.070
3-nines |    280.035 |    386.274 |    343.817
4-nines |    289.027 |    646.816 |    615.689
5-nines |    456.660 |    646.816 |    646.816
6-nines |    456.660 |    646.816 |    646.816
7-nines |    456.660 |    646.816 |    646.816
8-nines |    456.660 |    646.816 |    646.816
9-nines |    456.660 |    646.816 |    646.816
    max |    456.660 |    646.816 |    646.816
